home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / gfx / misc / ADProScripts.lha / ADPro_Scripts.doc next >
Text File  |  1996-09-01  |  10KB  |  318 lines

  1. Miscellaneous ARexx Scripts - Release 4
  2. © 1994, 1995, 1996 Felix Coronado
  3. ------------------------------------
  4. For use with The Art Department Professional v2.x or MorphPlus
  5.  
  6.  
  7. Script             Version  Script                Version
  8. ================== =======  ===================== =======
  9. Loaders:                    Commands:
  10. --------                    ---------
  11. IFF_Palette_         1.04   Available_Modes_Only    1.00
  12. Random_File_         1.08   Change_Interface        1.00
  13.                             Clear                   1.00
  14. Savers:                     Clear_Palette           1.06
  15. -------                     Clear_Raw               1.00
  16. IFF_Palette_         1.01   Clear_Rendered          1.00
  17.                             Close_Render_Screen     1.00
  18. Operators:                  Color_Ordering          1.02
  19. ----------                  Dither_Amount           1.02
  20. Color_to_Gray_       1.04   Dither_Type             1.04
  21. DoubleHeight_        1.00   Get_Workbench_Palette   1.00
  22. DoubleWidth_         1.01   Last_Loaded_Image       1.03
  23. Max_Dynamic_Range_   1.04   Last_Saved_Image        1.03
  24. NTSC_to_Square_      1.02   Lock_Depth              1.00
  25. Pixelize_Region_     1.00   Lock_Screen_Mode        1.00
  26. Scale_to_Screen_     2.02   Palette_Status          1.01
  27.                             Size_Screen_to_Image    1.00
  28.                             Sort_Direction          1.01
  29.  
  30.                          ------------------------
  31.  
  32.  Copyright and Distribution
  33.  ==========================
  34.  These scripts are copyright 1994, 1995, 1996 by Felix Coronado.  All rights
  35.  reserved.
  36.  
  37.  
  38.  They are Freeware and may be distributed only if:
  39.  
  40.  1. They are in their original unmodified form.
  41.  2. They are accompanied by this documentation, also in its original
  42.     unmodified form.
  43.  3. Nothing is charged for them, other than the cost of the media and nominal
  44.     duplication fees.
  45.  
  46.  Any distribution of these scripts that does not meet all of the above
  47.  requirements must have the prior written permission of the author (Felix
  48.  Coronado).
  49.  
  50.  Permission is granted to include these scripts in Fred Fish's Amiga Disk
  51.  Library (including CD ROM versions of it) and the AmiNet CD ROMs.
  52.  
  53.                          ------------------------
  54.  
  55.  Disclaimer
  56.  ==========
  57.  These scripts come with no warranty, either expressed or implied.  The author
  58.  (Felix Coronado) is in no way responsible for any damage, loss, or ill-
  59.  effects directly or indirectly caused by the usage of these scripts.
  60.  
  61.                          ------------------------
  62.  
  63.  What Do They Do?
  64.  ================
  65.  Read the individual descriptions below.
  66.  
  67.                          ------------------------
  68.  
  69.  Requirements
  70.  ============
  71.  1. ARexx
  72.  2. Art Department Professional or MorphPlus
  73.     The necessary versions are listed in the individual descriptions in the
  74.     format <ADProVersion / MorphPlusVersion>.
  75.  3. Loaders and Operators listed in the individual descriptions
  76.  
  77.                          ------------------------
  78.  
  79.  Installation
  80.  ============
  81.  Copy the Loaders to your Loaders2 directory, the Savers to your Savers2
  82.  directory, the Operators to your Operators2 directory, and the Commands to
  83.  your Commands2 directory or elsewhere.
  84.  
  85.                          ------------------------
  86.  
  87.  Using Them
  88.  ==========
  89.  Loaders:
  90.  --------
  91.  IFF_Palette_
  92.   Versions: 2.x / All
  93.   Requirements: None
  94.   Description: Same as the "Load Palette..." button on the Palette control
  95.                panel.
  96.  
  97.  Random_File_
  98.   Versions: 2.x / All
  99.   Requirements: UNIVERSAL Loader
  100.   Description: Loads a random file from a directory you select.
  101.  
  102.  
  103.  Savers:
  104.  -------
  105.  IFF_Palette_
  106.   Versions: 2.x / All
  107.   Requirements: None
  108.   Description: Same as the "Save Palette..." button on the Palette control
  109.                panel.
  110.  
  111.  
  112.  Operators:
  113.  ----------
  114.  Color_to_Gray_
  115.   Versions: 2.5 / 1.3
  116.   Requirements: Color_to_Gray Operator
  117.   Description: Same as the Color_to_Gray Operator except that if the render
  118.                mode is EHB it will be changed to 64 colors, and HAM/HAM8
  119.                will be changed to 256 colors.
  120.  
  121.  DoubleHeight_
  122.   Versions: 2.x / All
  123.   Requirements: None
  124.   Description: Doubles the height of the image in the image buffer.
  125.  
  126.  DoubleWidth_
  127.   Versions: 2.x / All
  128.   Requirements: None
  129.   Description: Doubles the width of the image in the image buffer.
  130.  
  131.  Max_Dynamic_Range_
  132.   Versions: 2.x / All
  133.   Requirements: Dynamic_Range Operator
  134.   Description: Same as using the Dynamic_Range Operator with a New Minimum of
  135.                0 and a New Maximum of 255.
  136.  
  137.  NTSC_to_Square_
  138.   Versions: 2.x / All
  139.   Requirements: None
  140.   Description: Scales NTSC images to look right on other displays.
  141.  
  142.  Pixelize_Region_
  143.   Versions: 2.5 / 1.3
  144.   Requirements: UNIVERSAL Loader, IFF Saver, Crop_Visual & Mosaic Operators
  145.   Description: Pixelizes an area of the currently loaded image.
  146.  
  147.  Scale_to_Screen_
  148.   Versions: 2.x / All
  149.   Requirements: None
  150.   Description: Scales the currently loaded image to fit the render screen
  151.                while retaining the original image aspect.
  152.  
  153.  
  154.  Commands:
  155.  ---------
  156.  Available_Modes_Only
  157.   Versions: 2.5 / 1.3
  158.   Requirements: None
  159.   Description: Same as the "Settings>Available Modes Only" menu item.
  160.  
  161.  Change_Interface
  162.   Versions: 2.5 / 1.3
  163.   Requirements: None
  164.   Description: Same as the "Settings>Button Interface" menu item.
  165.  
  166.  Clear
  167.   Versions: 2.5 / 1.3
  168.   Requirements: None
  169.   Description: Same as the "Project>Clear" menu item.
  170.  
  171.  Clear_Palette
  172.   Versions: 2.x / All
  173.   Requirements: None
  174.   Description: Depending on the Palette Sort Direction, all 256 color
  175.                registers will be set to Black (Darkest to Lightest) or White
  176.                (Lightest to Darkest).
  177.  
  178.  Clear_Raw
  179.   Versions: 2.5 / 1.3
  180.   Requirements: None
  181.   Description: Removes the raw image data from the image buffer.
  182.  
  183.  Clear_Rendered
  184.   Versions: 2.5 / 1.3
  185.   Requirements: None
  186.   Description: Removes the rendered image data from the image buffer.
  187.  
  188.  Close_Render_Screen
  189.   Versions: 2.5 / 1.3
  190.   Requirements: None
  191.   Description: Closes the render screen which was opened by the last
  192.                Redisplay or Execute command.
  193.  
  194.  Color_Ordering
  195.   Versions: 2.x / All
  196.   Requirements: None
  197.   Description: Same as the "Color Ordering:" cycle gadget on the Palette
  198.                control panel.
  199.  
  200.  Dither_Amount
  201.   Versions: 2.5 / 1.3
  202.   Requirements: None
  203.   Description: Same as the "Display>Dither Amount" menu item.
  204.  
  205.  Dither_Type
  206.   Versions: 2.5 / 1.3
  207.   Requirements: None
  208.   Description: Similar to the "Display>Dither Type" menu item.
  209.  
  210.  Get_Workbench_Palette
  211.   Versions: 2.x / All
  212.   Requirements: None
  213.   Description: Same as the "Get Workbench Palette..." button on the Palette
  214.                control panel.
  215.  
  216.  Last_Loaded_Image
  217.   Versions: 2.x / All
  218.   Requirements: None
  219.   Description: Displays the filename used during the last manually executed
  220.                Load command.
  221.  
  222.  Last_Saved_Image
  223.   Versions: 2.x / All
  224.   Requirements: None
  225.   Description: Displays the filename used during the last manually executed
  226.                Save command.
  227.  
  228.  Lock_Depth
  229.   Versions: 2.5 / 1.3
  230.   Requirements: None
  231.   Description: Same as the "Settings>Locked Depth" menu item.
  232.  
  233.  Lock_Screen_Mode
  234.   Versions: 2.5 / 1.3
  235.   Requirements: None
  236.   Description: Same as the "Settings>Locked Screen Mode" menu item.
  237.  
  238.  Palette_Status
  239.   Versions: 2.x / All
  240.   Requirements: None
  241.   Description: Same as the "Palette Status:" cycle gadget on the Palette
  242.                control panel.
  243.  
  244.  Size_Screen_to_Image
  245.   Versions: 2.5 / 1.3
  246.   Requirements: None
  247.   Description: Resizes the render screen to match the dimensions of the
  248.                currently loaded image.
  249.  
  250.  Sort_Direction
  251.   Versions: 2.x / All
  252.   Requirements: None
  253.   Description: Same as the "Sort Direction:" cycle gadget on the Palette
  254.                control panel.
  255.  
  256.                          ------------------------
  257.  
  258.  Contacting the Author
  259.  =====================
  260.  If you have any bug reports, questions, suggestions, comments, or gifts to
  261.  send me or if you would like information about the most recent versions of
  262.  my programs, I can be reached at:
  263.  
  264.  E-mail:
  265.         Internet: (if you don't get a reply from one address, try the other)
  266.                   felixthecat@geocities.com
  267.                   75460.722@compuserve.com
  268.  
  269.       CompuServe: 75460,722
  270.  
  271.  WWW: www.geocities.com/Paris/2866
  272.  
  273.                          ------------------------
  274.  
  275.  Release History
  276.  ===============
  277.  May 13, 1996   - Release 4
  278.                   Updated Color_to_Gray_ operator 1.03
  279.  ---------------------------------------------------------------------------
  280.  April 25, 1996 - Release 3
  281.                   Updated Random_File_ loader 1.07
  282.                   Updated Color_to_Gray_ operator 1.02
  283.                   Updated Max_Dynamic_Range_ operator 1.03
  284.                   Included Pixelize_Region_ operator 1.00
  285.  ---------------------------------------------------------------------------
  286.  April 21, 1996 - Release 2
  287.                   Updated Random_File_ loader 1.06 (Bug fix)
  288.  ---------------------------------------------------------------------------
  289.  April 21, 1996 - First public release
  290.  ---------------------------------------------------------------------------
  291.  
  292.                          ------------------------
  293.  
  294.  Other Stuff by Felix Coronado
  295.  =============================
  296.  Look for these other fine ARexx scripts/programs by Felix Coronado:
  297.  
  298.  Cataloger - ARexx script for The Art Department Professional v2.x or
  299.              MorphPlus.  Makes image catalogs containing thumbnails of
  300.              selected files.
  301.              Features include:
  302.              - Loads & saves most ADPro/MorphPlus file formats
  303.              - Many options, different combinations can be saved & loaded
  304.              - Files can be picked from requesters, FRED Sequence files, or
  305.                ASCII file lists
  306.  
  307.  GIF_+_Comment - ARexx script that acts as a pseudo-Loader for The Art
  308.                  Department Professional v2.5.  Loads a GIF file while
  309.                  displaying any text comments contained in the file.
  310.  
  311.  JPEG_+_Comment - ARexx script that acts as a pseudo-Loader for The Art
  312.                   Department Professional v2.5.  Loads a JPEG file while
  313.                   displaying any text comments contained in the file.
  314.  
  315.  ShowComment.rexx - ARexx program that searches for and displays any text
  316.                     comments contained in a JPEG or GIF file.
  317.  
  318.